warhawkmonk commited on
Commit
ec196b6
·
verified ·
1 Parent(s): 0ebba10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import torch
2
-
3
  def process_text(input_text):
4
  # Example CUDA processing: reverse the input string and move to GPU
5
  if torch.cuda.is_available():
 
1
  import torch
2
+ import gradio as gr
3
  def process_text(input_text):
4
  # Example CUDA processing: reverse the input string and move to GPU
5
  if torch.cuda.is_available():