AI-RESEARCHER-2024 commited on
Commit
7a24c8d
·
verified ·
1 Parent(s): 9f4b6f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  import gradio as gr
2
  from google import genai
3
  from google.genai import types
 
1
+ import spaces
2
+
3
+ # Add this dummy function (not recommended)
4
+ @spaces.GPU
5
+ def dummy_gpu_function():
6
+ pass
7
+
8
  import gradio as gr
9
  from google import genai
10
  from google.genai import types